home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / utilit~1 / lack.zoo / lackfs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-11  |  651 b   |  14 lines

  1. #define LA_THREAD_SERVER 0x4c00 /* create a daemon to create acc procs */
  2. #define LA_INIT_ACC    0x4c01 /* creates a process for this application and
  3.                 * returns a lap * to for the calling
  4.                 * _process_ */
  5. #define LA_WAKE_APP    0x4c02 /* wake process wating for arg, and wait for 
  6.                 * condition curapp */
  7. #define LA_LOAD_ACC    0x4c03 /* have this process launch an accessory */
  8. #define LA_KILL_ACC    0x4c04 /* takes arg apid, and deletes it */
  9. #define LA_BUILD_ENV    0x4c05 /* takes a pointer to an environment and
  10.                 * returns an environ *.  this may alter the
  11.                 * environment it is given:
  12.                 * "PATH=\0c:\0" becomes "PATH=C:\0\0"
  13.                 */
  14.